You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Matrix Structure > Matrix Methods > Matrix.ScatterByMask Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Matrix.ScatterByMask Method

Scatter object elements.

Syntax
C#
Visual Basic
public TMtxVec ScatterByMask([In] TMtxVec Src, [In] TVecInt Mask, bool allow_resizing);

Scatter the elements of the Src and store them in the calling object at indices set to 1 in the Mask parameter.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!